Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency electron to v24.8.8 #749

Open
wants to merge 1 commit into
base: dev1
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 24.1.2 -> 24.8.8 age adoption passing confidence

Release Notes

electron/electron (electron)

v24.8.8: electron v24.8.8

Compare Source

Release Notes for v24.8.8

Electron 24.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #​40160 (Also in 25, 26, 27)

v24.8.7: electron v24.8.7

Compare Source

Release Notes for v24.8.7

Fixes

  • Fixed an issue where calling show() on a child BrowserWindow would show all other children attached to the same parent on macOS. #​40104 (Also in 25, 26, 27)
  • Fixed deprecated gpu-process-crashed / renderer-process-crashed events being emitted twice and with incorrect arguments. #​40110 (Also in 22, 25, 26, 27)

Other Changes

v24.8.6: electron v24.8.6

Compare Source

Release Notes for v24.8.6

Other Changes

v24.8.5: electron v24.8.5

Compare Source

Release Notes for v24.8.5

Other Changes

v24.8.4: electron v24.8.4

Release Notes for v24.8.4

Fixes

  • Fixed a redundant permission popup while fetching screens and windows using desktopCapturer.getSources() on Wayland. #​39711 (Also in 25, 26)

v24.8.3: electron v24.8.3

Release Notes for v24.8.3

Other Changes

v24.8.2: electron v24.8.2

Release Notes for v24.8.2

Fixes

  • Fixed an issue where child windows opened when the parent window is already fullscreen did not respect the child windows' fullscreenability and resizability settings. #​39643 (Also in 25, 26, 27)
  • Fixed an issue where the Node.js assert module did not work in the renderer process. #​39621 (Also in 25, 26, 27)

Other Changes

v24.8.1: electron v24.8.1

Release Notes for v24.8.1

Fixes

  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #​39526 (Also in 25, 26)
  • Fixed decorations for tiled windows on Wayland. #​39567 (Also in 22, 25, 26, 27)
  • Fixed to regenerate thumbnail toolbar buttons when explorer is restarted. #​39585 (Also in 25, 26)

Other Changes

v24.8.0: electron v24.8.0

Compare Source

Release Notes for v24.8.0

Features

  • Added support for several more Node.js cli flags in the main process. #​39372 (Also in 25, 26)

Fixes

  • Fixed an accessibility issue where VoiceOver couldn't trigger the tray action when selected to emit the click event. #​39447 (Also in 26)

v24.7.1: electron v24.7.1

Compare Source

Release Notes for v24.7.1

Fixes

  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #​39407 (Also in 25, 26)

v24.7.0: electron v24.7.0

Compare Source

Release Notes for v24.7.0

Features

  • Added senderIsMainFrame to messages sent via ipcRenderer.sendTo(). #​39207 (Also in 25, 26)

Fixes

  • Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #​39307 (Also in 26)

Other Changes

v24.6.5: electron v24.6.5

Compare Source

Release Notes for v24.6.5

Fixes

  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #​39243 (Also in 25, 26)
  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #​39230 (Also in 25, 26)
  • Fixed asar integration for node:child_process imports. #​39236 (Also in 25, 26)

v24.6.4: electron v24.6.4

Compare Source

Release Notes for v24.6.4

Fixes

  • Fixed an issue where BrowserWindow.moveAbove() and BrowserWindow.moveTop() did not work for child windows on macOS. #​39072 (Also in 25, 26)
  • Fixed an issue where navigator.connection returned incorrect data. #​39100 (Also in 25)
  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #​39097 (Also in 25, 26)

v24.6.3: electron v24.6.3

Compare Source

Release Notes for v24.6.3

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #​39050 (Also in 25, 26)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #​39012 (Also in 25, 26)
  • Fixed an issue where removing a webview in a close callback could cause crashes. #​39009 (Also in 25, 26)

v24.6.2: electron v24.6.2

Compare Source

Release Notes for v24.6.2

Other Changes

v24.6.1: electron v24.6.1

Compare Source

Release Notes for v24.6.1

Fixes

  • Fixed preload script may not run in some child windows opened by window.open. #​38932 (Also in 23, 25, 26)
  • Fixed a potential crash calling BrowserWindow.removeBrowserView() with a destroyed webContents. #​38884 (Also in 25, 26)
  • Fixed minimize button to be visible when all buttons reenabled. #​38881 (Also in 23, 25)

v24.6.0: electron v24.6.0

Compare Source

Release Notes for v24.6.0

Features

  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #​38727 (Also in 25, 26)

Fixes

  • Fixed webContents.printToPDF preferCSSPageSize type error. #​38792 (Also in 25, 26)

Other Changes

v24.5.1: electron v24.5.1

Compare Source

Release Notes for v24.5.1

Fixes

  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #​38640 (Also in 25, 26)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #​38677 (Also in 25, 26)
  • Fixed visibility of menu bar when exiting full screen. #​38681 (Also in 23, 25, 26)

Other Changes

v24.5.0: electron v24.5.0

Compare Source

Release Notes for v24.5.0

Features

  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #​38498 (Also in 25)

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #​38608 (Also in 23, 25, 26)

v24.4.1: electron v24.4.1

Compare Source

Release Notes for v24.4.1

Fixes

  • Fixed an issue where MediaStreamTrack.getCaptureHandle() always returned null. #​38434 (Also in 25)
  • Fixed potential issues when minimizing parent windows with non-modal children on macOS. #​38508 (Also in 25)

Other Changes

  • Improved error message when contentTracing.stopRecording() fails because no trace was in progress. #​38520

v24.4.0: electron v24.4.0

Compare Source

Release Notes for v24.4.0

Features

  • Added several new cursor values to the cursor-changed event. #​38364 (Also in 25)
  • Added support for Mica and Acrylic background effects on Windows. #​38361 (Also in 25)

Fixes

  • Fixed an issue where getNormalBounds() returns incorrect bounds for transparent maximized windows on Windows. #​38349 (Also in 23, 25)

Other Changes

  • Updated Chromium to 112.0.5615.204. #​38350

v24.3.1: electron v24.3.1

Compare Source

Release Notes for v24.3.1

Fixes

  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #​38308 (Also in 23, 25)
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #​38313 (Also in 23, 25)
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #​38310 (Also in 23, 25)
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #​38343 (Also in 23, 25)

Other Changes

v24.3.0: electron v24.3.0

Compare Source

Release Notes for v24.3.0

Features

  • Added net.resolveHost that resolves hosts using defaultSession object. #​38153 (Also in 25)

Fixes

  • Ensured that Electron's custom AXManualAccessibility attribute works as expected in all relevant protocol methods. #​38224 (Also in 23, 25)

v24.2.0: electron v24.2.0

Compare Source

Release Notes for v24.2.0

Features

  • Added thermal management information to powerMonitor. #​38027 (Also in 25)

Fixes

  • Fixed a potential crash when right-clicking on macOS windows with draggable regions. #​38136 (Also in 25)
  • Fixed an issue where default background color for windows might be incorrect. #​38158 (Also in 25)
  • Fixed an perceived failure when when using Accessibility attribute AXManualAccessibility to enable a11y features in Electron. #​38147 (Also in 23)

v24.1.3: electron v24.1.3

Compare Source

Release Notes for v24.1.3

Fixes

  • Fixed broken defaults in shell.openExternal() options. #​38072 (Also in 22, 23, 25)
  • Fixed crash when executing eval in the utility process. #​38041 (Also in 23, 25)

Other Changes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented May 4, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
error An unexpected error occurred: "Unknown token: { line: 903, col: 1, type: 'INVALID', value: undefined } 903:1 in /tmp/worker/1af3fd/f0dcf2/repos/github/classicvalues/vscode-main/yarn.lock".

@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 2839e7f to 4691f7d Compare May 10, 2023 20:26
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.2.0 chore(deps): update dependency electron to v24.3.0 May 10, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 4691f7d to 9fdcb32 Compare May 17, 2023 19:41
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.3.0 chore(deps): update dependency electron to v24.3.1 May 17, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 9fdcb32 to 7c09e4d Compare May 25, 2023 02:20
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.3.1 chore(deps): update dependency electron to v24.4.0 May 25, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 7c09e4d to c34d62b Compare May 31, 2023 20:25
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.4.0 chore(deps): update dependency electron to v24.4.1 May 31, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from c34d62b to 3777fa0 Compare June 9, 2023 23:54
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.4.1 chore(deps): update dependency electron to v24.5.0 Jun 9, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 3777fa0 to bf30bd5 Compare June 16, 2023 20:58
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.5.0 chore(deps): update dependency electron to v24.5.1 Jun 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.5.1 chore(deps): update dependency electron to v24.6.0 Jun 22, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from bf30bd5 to 9650644 Compare June 22, 2023 00:53
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 9650644 to 48dfdae Compare June 28, 2023 22:55
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.7.1 chore(deps): update dependency electron to v24.8.0 Aug 16, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from af602b3 to 1fa9daf Compare August 16, 2023 22:37
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 1fa9daf to ddde728 Compare August 23, 2023 21:38
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.0 chore(deps): update dependency electron to v24.8.1 Aug 23, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from ddde728 to 31d094b Compare August 30, 2023 23:12
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.1 chore(deps): update dependency electron to v24.8.2 Aug 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.2 chore(deps): update dependency electron to v24.8.3 Sep 13, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 31d094b to dba4116 Compare September 13, 2023 17:56
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.3 chore(deps): update dependency electron to v24.8.4 Sep 27, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from dba4116 to 90118ca Compare September 27, 2023 22:22
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 90118ca to bfc7c67 Compare September 28, 2023 19:08
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.4 chore(deps): update dependency electron to v24.8.5 Sep 28, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from bfc7c67 to a7c517c Compare October 5, 2023 02:00
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.5 chore(deps): update dependency electron to v24.8.6 Oct 5, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from a7c517c to 892a2af Compare October 10, 2023 04:05
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.6 chore(deps): update dependency electron to v24.8.7 Oct 10, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from 892a2af to ecbfc8e Compare October 11, 2023 19:32
@renovate renovate bot changed the title chore(deps): update dependency electron to v24.8.7 chore(deps): update dependency electron to v24.8.8 Oct 11, 2023
@renovate renovate bot force-pushed the dev-dependency-renovate/electron-24.x branch from ecbfc8e to a1ab792 Compare October 18, 2023 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants